projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e82a724
)
(delphi-newline): Use forward-line.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Thu, 18 Oct 2007 16:01:02 +0000
(16:01 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Thu, 18 Oct 2007 16:01:02 +0000
(16:01 +0000)
lisp/progmodes/delphi.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/delphi.el
b/lisp/progmodes/delphi.el
index 6cbef6f426df96bff5debd222f0845b763bc3425..7c2417fde1a368f5b4d29c46af682beb3c5fbff3 100644
(file)
--- a/
lisp/progmodes/delphi.el
+++ b/
lisp/progmodes/delphi.el
@@
-1642,7
+1642,7
@@
before the indent, the point is moved to the indent."
(when delphi-newline-always-indents
;; Indent both the (now) previous and current line first.
(save-excursion
- (
previous-line
1)
+ (
forward-line -
1)
(delphi-indent-line))
(delphi-indent-line)))